@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .dom-loaded .header {
    transition: all .3s ease;
  }
  .dom-loaded .header .logo img {
    transition: opacity .3s ease;
  }
  .dom-loaded .header li a.single {
    transition: all .3s ease;
  }
  .dom-loaded .header .line {
    transition: all .3s ease;
  }
  .dom-loaded .header .global span:before {
    transition: all .3s ease;
  }
  .dom-loaded .header .global span:after {
    transition: all .3s ease;
  }
  .dom-loaded .header .search {
    transition: all .3s ease;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
@media screen and (min-width: 1025px) {
  .header:hover, .header.hover, .header.down {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  }
  .header:hover .logo img.show, .header.hover .logo img.show, .header.down .logo img.show {
    opacity: 0;
  }
  .header:hover .logo img.hide, .header.hover .logo img.hide, .header.down .logo img.hide {
    opacity: 1;
  }
  .header:hover li a.single, .header.hover li a.single, .header.down li a.single {
    color: #333;
  }
  .header:hover .line, .header.hover .line, .header.down .line {
    background-color: #E4E4E4;
  }
  .header:hover .global span:before, .header.hover .global span:before, .header.down .global span:before {
    background-image: url("../images/global-2.svg");
  }
  .header:hover .global span:after, .header.hover .global span:after, .header.down .global span:after {
    border-top-color: #333;
  }
  .header:hover .search, .header.hover .search, .header.down .search {
    background-image: url("../images/search-2.svg");
  }
}
.header .logo {
  position: relative;
  width: 11.25rem;
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header ul {
  display: flex;
  grid-gap: 4.375rem;
}
.header li {
  position: relative;
}
.header li a.single {
  display: block;
  font-size: max(14px, 1rem);
  line-height: max(70px, 6.25rem);
  color: #fff;
}
.header li .subnav {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 1.25rem 0;
  background-color: #fff;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  box-shadow: 4px 4px 12px rgba(2, 112, 56, 0.08);
  transition: all .3s ease;
  border-radius: 6px;
}
.header li .subnav:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #027038;
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  margin: 0 auto;
  display: none;
}
.header li .subnav a {
  display: block;
  text-align: center;
  font-size: max(14px, 1rem);
  color: #666666;
  padding: 0 1.25rem;
  white-space: nowrap;
  margin-top: 1rem;
  transition: color .3s ease;
}
.header li .subnav a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .header li .subnav a:hover {
    color: #027038;
  }
}
.header li .subnav1 {
  width: max(340px, 27rem);
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 1.25rem 2.5rem 2.5rem;
  background-color: #fff;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  box-shadow: 4px 4px 12px rgba(2, 112, 56, 0.08);
  transition: all .3s ease;
  border-radius: 6px;
}
.header li .subnav1 .sflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
}
.header li .subnav1 .box:nth-of-type(2) {
  order: 2;
}
.header li .subnav1 .stit {
  display: block;
  font-size: max(14px, 1rem);
  color: #333333;
  font-weight: bold;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .header li .subnav1 .stit:hover {
    color: #027038;
  }
}
.header li .subnav1 .link {
  margin-top: 1rem;
}
.header li .subnav1 .link a {
  display: block;
  font-size: max(14px, 1rem);
  color: #666666;
  margin-top: 1rem;
  transition: color .3s ease;
}
.header li .subnav1 .link a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .header li .subnav1 .link a:hover {
    color: #027038;
  }
}
@media (any-hover: hover) {
  .header li:hover a.single {
    color: #027038;
  }
  .header li:hover .subnav, .header li:hover .subnav1 {
    opacity: 1;
    pointer-events: auto;
  }
}
.header .ope {
  display: flex;
  align-items: center;
  grid-gap: 1.25rem;
}
.header .line {
  width: 2px;
  height: 1rem;
  background-color: #fff;
}
.header .global {
  position: relative;
}
.header .global span {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
}
.header .global span:before {
  content: '';
  width: max(16px, 1.25rem);
  height: max(16px, 1.25rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/global-1.svg");
}
.header .global span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #fff;
}
.header .global .hide {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max(80px, 7.8125rem);
  transform: translateX(-50%);
  padding-top: 20px;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.header .global .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #027038;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  margin: 0 auto;
}
.header .global .box {
  border-radius: 8px;
  background-color: #027038;
  overflow: hidden;
}
.header .global .box a {
  position: relative;
  display: block;
  padding: 0.75rem 0;
  text-align: center;
  font-size: max(12px, 0.875rem);
  color: #fff;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .header .global .box a:hover {
    background-color: #fff;
    color: #027038;
  }
}
.header .global:hover .hide {
  opacity: 1;
  pointer-events: auto;
}
.header .search {
  width: max(16px, 1.25rem);
  height: max(16px, 1.25rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/search-1.svg");
  cursor: pointer;
}

.head-null {
  height: max(70px, 6.25rem);
}

.fixed-form {
  position: fixed;
  top: max(70px, 6.25rem);
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  display: none;
}
.fixed-form .main {
  position: relative;
  background-color: #f6f6f6;
  padding: 7.5rem 0;
}
.fixed-form .close {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-2.svg");
  position: absolute;
  top: 1.5rem;
  right: 3.75rem;
  cursor: pointer;
}
.fixed-form .form {
  width: 86%;
  max-width: 50rem;
  height: max(60px, 4.375rem);
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #027038;
  padding-right: 30px;
}
.fixed-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: max(14px, 1.125rem);
  color: #027038;
}
.fixed-form input::-webkit-input-placeholder {
  color: #027038;
}
.fixed-form input:-moz-placeholder {
  color: #027038;
}
.fixed-form input::-moz-placeholder {
  color: #027038;
}
.fixed-form input:-ms-input-placeholder {
  color: #027038;
}
.fixed-form button {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../images/search-2.svg");
  background-size: auto max(16px, 1.25rem);
  cursor: pointer;
}

.footer {
  background-color: #F4F4F4;
}
.footer .top-block {
  padding: 3.75rem 0;
}
.footer .top-block .img-box {
  width: 14.25rem;
}
.footer .top-block .img-box img {
  display: block;
  width: 100%;
}
.footer .mid-block .wrap-s {
  border-top: 1px solid #d6d6d6;
  padding: 3.125rem 0 4.375rem;
  display: flex;
  justify-content: space-between;
}
.footer .left-box {
  display: flex;
  grid-gap: 10rem;
}
.footer .left-box .box span {
  display: block;
  font-size: max(14px, 1rem);
  color: #333333;
  font-weight: bold;
}
.footer .left-box .box .link {
  margin-top: 1rem;
}
.footer .left-box .box .link:before {
  content: '';
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #027038;
}
.footer .left-box .box .link a {
  display: block;
  font-size: max(14px, 1rem);
  color: #666666;
  margin-top: 0.625rem;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .footer .left-box .box .link a:hover {
    color: #027038;
  }
}
.footer .right-box span {
  display: block;
  font-size: max(14px, 1rem);
  color: #333333;
  font-weight: bold;
}
.footer .right-box .info {
  margin-top: 1rem;
}
.footer .right-box .info:before {
  content: '';
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #027038;
}
.footer .right-box .info p {
  display: block;
  font-size: max(14px, 1rem);
  color: #666666;
  margin-top: 0.625rem;
}
.footer .share {
  margin-top: 3.75rem;
}
.footer .share .tit {
  font-size: max(14px, 1rem);
  color: #999999;
}
.footer .share .ewm-box {
  display: flex;
  grid-gap: 1.25rem;
  margin-top: 1.25rem;
}
.footer .share .ewm {
  position: relative;
}
.footer .share .ewm i {
  display: block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #999999;
}
.footer .share .ewm i.dy {
  background-size: auto 16px;
}
.footer .share .ewm i.xhs {
  background-size: auto 12px;
}
.footer .share .ewm i.wx {
  background-size: auto 18px;
}
.footer .share .ewm .hide {
  width: max(70px, 5.625rem);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 2;
}
.footer .share .ewm .hide .img-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer .share .ewm .hide img {
  display: block;
  width: 100%;
}
.footer .share .ewm:hover .hide {
  opacity: 1;
  visibility: visible;
}
.footer .bot-block {
  background-color: #fff;
  padding: 1.5rem 0;
}
.footer .bot-block .wrap-s {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bot-block .copyright {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 1rem;
  font-size: max(12px, 0.875rem);
  color: #666666;
}
.footer .bot-block .copyright a {
  display: inline-block;
  color: #666666;
}
.footer .bot-block .link {
  display: flex;
  grid-gap: 2rem;
}
.footer .bot-block .link a {
  position: relative;
  font-size: max(12px, 0.875rem);
  color: #666666;
  transition: color .3s ease;
}
.footer .bot-block .link a:after {
  content: '|';
  font-size: max(12px, 0.875rem);
  color: #666666;
  position: absolute;
  right: -1rem;
  top: 0;
  pointer-events: none;
}
.footer .bot-block .link a:last-of-type:after {
  display: none;
}
@media (any-hover: hover) {
  .footer .bot-block .link a:hover {
    color: #027038;
  }
}

.wrap-s {
  width: 86%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.c-bg-fixed, .about-s2 {
  background-attachment: fixed;
}

.fp-warning, .fp-watermark {
  display: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background-color: #fff;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
  background-color: #027038;
}

#fp-nav ul li:last-of-type {
  display: none;
}

.c-crumbs {
  position: relative;
  z-index: 5;
}
.c-crumbs .flex {
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
.c-crumbs a.home {
  position: relative;
  width: 1rem;
  height: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/crumbs-1-1.svg");
}
.c-crumbs a.home:after {
  content: '';
  width: 5px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/crumbs-2-1.svg");
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -5px;
}
.c-crumbs a.link {
  position: relative;
  font-size: max(12px, 0.875rem);
  color: #666666;
  line-height: 5rem;
}
.c-crumbs a.link:after {
  content: '';
  width: 5px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/crumbs-2-1.svg");
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -5px;
}
.c-crumbs span {
  font-size: max(12px, 0.875rem);
  color: #666666;
  line-height: 5rem;
}
.c-crumbs.white a.home {
  background-image: url("../images/crumbs-1-2.svg");
}
.c-crumbs.white a.home:after {
  background-image: url("../images/crumbs-2-2.svg");
}
.c-crumbs.white a.link:after {
  background-image: url("../images/crumbs-2-2.svg");
}
.c-crumbs.white a.link, .c-crumbs.white span {
  color: #fff;
}
.c-crumbs.pos {
  width: 100%;
  position: absolute;
  top: max(70px, 6.25rem);
  left: 0;
}

.comm-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 5px;
  margin-top: 3.75rem;
}
.comm-page li {
  position: relative;
}
.comm-page li a {
  display: block;
  width: 2.5rem;
  font-size: max(12px, 1rem);
  color: #000000;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.comm-page li:hover a, .comm-page li.active a {
  color: #fff;
  background-color: #027038;
}

.index-page .section {
  height: 100vh;
  position: relative;
}
.index-page .section .fp-overflow {
  height: 100%;
  position: relative;
  z-index: 1;
}

.index-s1 {
  position: relative;
}
.index-s1:after {
  content: '';
  width: 100%;
  height: 12.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #00000080 0%, #00000000 86.79%);
  pointer-events: none;
  z-index: 2;
}
.index-s1 .items {
  height: 100%;
  position: relative;
}
.index-s1 .swiper {
  height: 100%;
}
.index-s1 .item {
  position: relative;
  overflow: hidden;
}
.index-s1 .item .img-box {
  height: 100%;
}
.index-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index-s1 .item .tit {
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  opacity: 0;
}
.index-s1 .item p {
  margin-top: 1.5rem;
  font-size: max(14px, 1rem);
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
  opacity: 0;
}
.index-s1 .item.swiper-slide-active .tit, .index-s1 .item.swiper-slide-active p {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s1 .item.swiper-slide-active p {
  animation-delay: .15s;
}
.index-s1 .pagination {
  position: absolute;
  bottom: 2.5rem;
  display: flex;
  justify-content: center;
  grid-gap: 1.25rem;
  z-index: 4;
}
.index-s1 .pagination span {
  width: 2rem;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  border-radius: 2px;
  transition: all .3s ease;
}
.index-s1 .pagination span.active {
  background-color: #fff;
}

.index-s2 .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-s2 .bg-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s2 .bg-block .bg.active {
  opacity: 1;
}
.index-s2 .bg-block:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.index-s2 .main {
  position: relative;
  height: 100%;
  z-index: 2;
}
.index-s2 .txt-block {
  height: 100%;
  display: flex;
  align-items: center;
}
.index-s2 .label-box .label {
  font-size: 3rem;
  color: #ffffff;
  font-weight: bold;
}
.index-s2 .label-box p {
  margin-top: 1.5rem;
  font-size: max(14px, 1rem);
  color: #ffffff;
  opacity: 0.8;
}
.index-s2 .items {
  margin-top: 5rem;
}
.index-s2 .sw {
  display: flex;
  grid-gap: 1.875rem;
}
.index-s2 .item {
  width: calc((100% - 7.5rem) / 5);
  height: auto;
  border-radius: 10px;
  transition: all .3s ease;
}
.index-s2 .item a {
  display: block;
  height: 100%;
  padding: 3.75rem 2.5rem;
}
.index-s2 .item span {
  display: block;
  font-size: 2.25rem;
  color: #fff;
  font-family: 'Poppins-SemiBold';
}
.index-s2 .item span em {
  font-style: normal;
  font-size: 1.5rem;
}
.index-s2 .item .line {
  height: 3px;
  background-color: #fff;
  position: relative;
  margin-top: 1rem;
  transition: all .3s ease;
}
.index-s2 .item .line:before {
  content: '';
  width: 5.625rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #027038;
  transition: all .3s ease;
}
.index-s2 .item .tit {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  margin-top: 1.875rem;
}
.index-s2 .item i {
  display: block;
  margin-top: 2.5rem;
  width: 3.75rem;
  height: 3.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .index-s2 .item:hover {
    background-color: #027038;
  }
  .index-s2 .item:hover .line {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .index-s2 .item:hover .line:before {
    background-color: #fff;
  }
}

.index-s3 .main {
  position: relative;
  height: 100%;
  background: #fff url("../images/index/img-2.png") center bottom no-repeat;
  background-size: cover;
}
.index-s3 .txt-block {
  height: 100%;
  display: flex;
  align-items: center;
}
.index-s3 .label-box .label {
  font-size: 3rem;
  color: #333333;
  font-weight: bold;
}
.index-s3 .label-box p {
  margin-top: 1.5rem;
  font-size: max(14px, 1rem);
  color: #333333;
}
.index-s3 .para {
  max-width: max(500px, 46.625rem);
  font-size: max(15px, 1.125rem);
  color: #666666;
  line-height: 1.75;
  margin-top: 2.5rem;
}
.index-s3 .para p {
  margin-top: 0.625rem;
}
.index-s3 .para p:nth-of-type(1) {
  margin-top: 0;
}
.index-s3 .data-box {
  margin-top: 5rem;
  display: flex;
  grid-gap: 10rem;
}
.index-s3 .data .num {
  position: relative;
  white-space: nowrap;
}
.index-s3 .data .num .show {
  position: absolute;
  top: 0;
  left: 0;
}
.index-s3 .data .num .hide {
  opacity: 0;
}
.index-s3 .data span {
  font-size: 6rem;
  line-height: 1;
  color: #027038;
  font-family: 'Poppins-SemiBold';
}
.index-s3 .data i {
  font-size: 2.5rem;
  line-height: 1;
  color: #027038;
  font-style: normal;
  font-family: 'Poppins-SemiBold';
}
.index-s3 .data p {
  font-size: max(14px, 1rem);
  color: #666666;
}

.index-s4 .main {
  position: relative;
  height: 100%;
  background: #fff url("../images/index/img-3.jpg") center bottom no-repeat;
  background-size: cover;
}
.index-s4 .txt-block {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5rem;
}
.index-s4 .label-box .label {
  font-size: 3rem;
  color: #333333;
  font-weight: bold;
}
.index-s4 .label-box p {
  margin-top: 1.5rem;
  font-size: max(14px, 1rem);
  color: #333333;
}
.index-s4 .items {
  margin-top: 4.375rem;
}
.index-s4 .sw {
  display: flex;
  grid-gap: 10rem;
}
.index-s4 .item {
  width: calc((100% - 20rem) / 3);
  height: auto;
}
.index-s4 .item a {
  display: block;
  height: 100%;
  position: relative;
}
.index-s4 .item .tit {
  font-size: max(16px, 1.5rem);
  color: #333333;
}
.index-s4 .item .date {
  font-size: max(15px, 1.25rem);
  color: #027038;
  font-weight: bold;
  margin-top: 1rem;
}
.index-s4 .item p {
  font-size: max(14px, 1rem);
  color: #333333;
  line-height: 1.75;
  height: max(73.5px, 5.25rem);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.5rem;
}
.index-s4 .item span {
  display: block;
  margin-top: 2rem;
  width: max(100px, 8.75rem);
  font-size: max(12px, 0.875rem);
  color: #fff;
  text-align: center;
  line-height: max(36px, 2.8125rem);
  border-radius: max(18px, 1.40625rem);
  background-color: #027038;
  transition: all .3s ease;
}
.index-s4 .item span:after {
  content: '';
  width: 1rem;
  height: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 1rem;
}
@media (any-hover: hover) {
  .index-s4 .item span:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0.625rem 1.875rem rgba(2, 112, 56, 0.3);
  }
}

.contact-s1 {
  position: relative;
  margin-top: -5rem;
}
.contact-s1 .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-s1 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-s1 .txt-box {
  position: relative;
  min-height: 34.375vw;
  padding: 6.25rem 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
.contact-s1 .label {
  font-size: 2.625rem;
  color: #fff;
  font-weight: bold;
}
.contact-s1 .block {
  margin-top: 2.5rem;
  width: 40rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.contact-s1 .cont {
  padding: 3.75rem 3.125rem 6.25rem;
  position: relative;
  background: linear-gradient(180deg, rgba(115, 137, 194, 0.4) 0%, rgba(36, 62, 95, 0.4) 100%);
  backdrop-filter: blur(2px);
}
.contact-s1 .tit {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.contact-s1 .info {
  margin-top: 2rem;
}
.contact-s1 .box {
  margin-top: 1.25rem;
}
.contact-s1 .box:nth-of-type(1) {
  margin-top: 0;
}
.contact-s1 .box span {
  display: block;
  font-size: max(15px, 1.125rem);
  color: #fff;
  font-weight: bold;
}
.contact-s1 .box p {
  font-size: max(14px, 1rem);
  color: #fff;
  margin-top: 5px;
}
.contact-s1 a.link {
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-1.svg");
  position: absolute;
  bottom: 1.25rem;
  right: 1.875rem;
}

.news-s1 {
  position: relative;
  margin-top: -5rem;
  height: max(400px, 26.25vw);
}
.news-s1 .img-box {
  height: 100%;
}
.news-s1 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  background-image: linear-gradient(242.03deg, rgba(0, 0, 0, 0) 22.77%, rgba(0, 0, 0, 0.2) 58.08%);
}
.news-s1 .label {
  font-size: 3.125rem;
  color: #fff;
  font-weight: bold;
}
.news-s1 .link {
  margin-top: 3.125rem;
  display: flex;
  grid-gap: 1.875rem;
}
.news-s1 .link a {
  padding: 0 2.25rem;
  font-size: max(12px, 0.875rem);
  color: #fff;
  line-height: max(36px, 2.875rem);
  border-radius: max(18px, 1.4375rem);
  border: 1px solid #fff;
  transition: all .3s ease;
}
.news-s1 .link a.active {
  color: #027038;
  background-color: #fff;
}
@media (any-hover: hover) {
  .news-s1 .link a:hover {
    color: #027038;
    background-color: #fff;
  }
}
.news-s1 p {
  font-size: max(14px, 1rem);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-top: 1.25rem;
}
.news-s1 p.maxw {
  max-width: 530px;
}

.news-s2 {
  padding: 3.75rem 0;
}
.news-s2 .item {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-top: -1px;
  transition: all .3s ease;
}
.news-s2 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dedbdb;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.news-s2 .item a {
  display: block;
  position: relative;
  padding: 3.375rem 20rem 3.375rem 7.5rem;
}
.news-s2 .item .txt-box {
  width: calc(100% - 5rem);
  transition: transform .3s ease;
}
.news-s2 .item .date {
  font-size: max(14px, 1rem);
  color: #027038;
  font-weight: 400;
}
.news-s2 .item .tit {
  font-size: max(15px, 1.5rem);
  color: #333;
  font-weight: bold;
  margin-top: 0.625rem;
}
.news-s2 .item p {
  font-size: max(14px, 1rem);
  color: #666666;
  line-height: 1.5;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-s2 .item .tips {
  position: absolute;
  top: 4.5rem;
  left: 0;
  transition: padding .3s ease;
}
.news-s2 .item .tips:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 max(20px, 1.5rem) max(20px, 1.5rem) 0;
  background: linear-gradient(180deg, #088142 0%, #054623 100%);
  opacity: 0;
  transition: opacity .3s ease;
}
.news-s2 .item .tips span {
  display: block;
  font-size: max(14px, 1.25rem);
  line-height: max(40px, 3.125rem);
  color: #027038;
  font-weight: bold;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.news-s2 .item .more {
  position: absolute;
  right: 0;
  top: 5.25rem;
  width: max(100px, 8.75rem);
  font-size: max(12px, 0.875rem);
  color: #fff;
  text-align: center;
  line-height: max(36px, 2.8125rem);
  border-radius: max(18px, 1.40625rem);
  background-color: #027038;
  transition: transform .3s ease;
}
.news-s2 .item .more:after {
  content: '';
  width: 1rem;
  height: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 1rem;
}
@media (any-hover: hover) {
  .news-s2 .item:hover {
    background-color: #fff;
    box-shadow: 0.625rem 0.625rem 1.875rem #0270381a;
    z-index: 2;
  }
  .news-s2 .item:hover:after {
    opacity: 0;
  }
  .news-s2 .item:hover .tips {
    padding: 0 2rem 0 3.125rem;
  }
  .news-s2 .item:hover .tips:before {
    opacity: 1;
  }
  .news-s2 .item:hover .tips span {
    color: #fff;
  }
  .news-s2 .item:hover .txt-box {
    transform: translateX(5rem);
  }
  .news-s2 .item:hover .more {
    transform: translateX(-6.25rem);
  }
}

.news-s3 {
  padding: 1.5rem 0 5rem;
}
.news-s3 .flex {
  display: flex;
  grid-gap: 9.375rem;
}
.news-s3 .left-box {
  width: calc(100% - 34.375rem);
}
.news-s3 .top-block {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DFE2E4;
}
.news-s3 .top-block .label {
  font-size: 1.875rem;
  color: #333333;
  font-weight: bold;
}
.news-s3 .top-block .date {
  font-size: max(14px, 1rem);
  color: #999999;
  margin-top: 1rem;
}
.news-s3 .mid-block {
  padding: 2.5rem 0;
  border-bottom: 1px solid #DFE2E4;
}
.news-s3 .mid-block .para {
  font-size: max(14px, 1rem);
  color: #666666;
  line-height: 2;
}
.news-s3 .mid-block .para p {
  margin-top: 1rem;
}
.news-s3 .mid-block .para p:nth-of-type(1) {
  margin-top: 0;
}
.news-s3 .mid-block .para img {
  max-width: 100%;
  height: auto !important;
}
.news-s3 .other-page {
  padding-top: 2.5rem;
}
.news-s3 .other-page a {
  display: block;
  font-size: max(14px, 1rem);
  color: #999999;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
  transition: color .3s ease;
}
.news-s3 .other-page a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .news-s3 .other-page a:hover {
    color: #027038;
  }
}
.news-s3 .share {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  grid-gap: 1.5rem;
}
.news-s3 .share span {
  font-size: max(14px, 1rem);
  color: #666666;
}
.news-s3 .share a {
  width: max(18px, 1.5rem);
  height: max(18px, 1.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.news-s3 .share a.wb {
  background-image: url("../images/news/share-1-1.svg");
}
@media (any-hover: hover) {
  .news-s3 .share a.wb:hover {
    background-image: url("../images/news/share-1-2.svg");
  }
}
.news-s3 .share a.wx {
  background-image: url("../images/news/share-2-1.svg");
}
@media (any-hover: hover) {
  .news-s3 .share a.wx:hover {
    background-image: url("../images/news/share-2-2.svg");
  }
}
.news-s3 .right-block {
  width: 25rem;
}
.news-s3 .right-block .sticky {
  position: sticky;
  top: max(70px, 6.25rem);
  box-shadow: 0px 0.625rem 2.5rem rgba(75, 99, 84, 0.1);
  padding: 2.5rem;
}
.news-s3 .right-block .label {
  font-size: max(18px, 1.5rem);
  color: #333333;
  padding-left: 1.25rem;
  position: relative;
}
.news-s3 .right-block .label:before {
  content: '';
  width: 4px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  border-radius: 2px;
  background-color: #027038;
}
.news-s3 .right-block .list {
  margin-top: 1.5rem;
  border-top: 1px solid #EEEEEE;
}
.news-s3 .right-block .list a {
  display: block;
  padding: 1.25rem 0;
  border-bottom: 1px solid #EEEEEE;
}
.news-s3 .right-block .list a .date {
  font-size: max(13px, 1rem);
  color: #999999;
}
.news-s3 .right-block .list a p {
  font-size: max(13px, 1rem);
  color: #333333;
  margin-top: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .news-s3 .right-block .list a:hover p {
    color: #027038;
  }
}

.tech-s1 {
  padding: 3.125rem 0 3.75rem;
  background-color: #FAFAFA;
}
.tech-s1 .filter .sw {
  display: flex;
}
.tech-s1 .filter a {
  min-width: 8.125rem;
  padding: 0 1.5rem;
  border-radius: max(18px, 1.40625rem);
  line-height: max(36px, 2.8125rem);
  font-size: max(12px, 0.875rem);
  color: #666666;
  text-align: center;
  transition: all .3s ease;
}
.tech-s1 .filter a.active {
  color: #fff;
  background-color: #027038;
}
@media (any-hover: hover) {
  .tech-s1 .filter a:hover {
    color: #fff;
    background-color: #027038;
  }
}
.tech-s1 .items {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.875rem;
}
.tech-s1 .item {
  width: calc((100% - 5.625rem) / 4);
}
.tech-s1 .item a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 2rem 2rem 5rem;
  transition: all .3s ease;
}
.tech-s1 .item .icon {
  width: max(28px, 2.25rem);
  height: max(28px, 2.25rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tech-s1 .item .icon-1 {
  background-image: url("../images/tech/icon-1.svg");
}
.tech-s1 .item .icon-2 {
  background-image: url("../images/tech/icon-2.svg");
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
}
.tech-s1 .item .tit {
  font-size: max(14px, 1.125rem);
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1rem;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .tech-s1 .item:hover a {
    box-shadow: 4px 4px 12px rgba(2, 112, 56, 0.14);
  }
  .tech-s1 .item:hover .tit {
    color: #027038;
  }
}

.tech-s2 {
  padding: 3.75rem 0;
}
.tech-s2 .items .sw {
  display: flex;
  grid-gap: 10px;
}
.tech-s2 .item {
  position: relative;
  width: calc((100% - 28.4375rem - 60px) / 6);
  height: 36.25rem;
  border-radius: 10px;
  overflow: hidden;
  transition: width .3s linear;
}
.tech-s2 .item .img-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 28.4375rem;
  height: 36.25rem;
  background-color: #000;
}
.tech-s2 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity .3s ease;
}
.tech-s2 .item .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .3s ease;
}
.tech-s2 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  padding: 0 2rem 2rem;
  display: none;
}
.tech-s2 .item .txt-box span, .tech-s2 .item .txt-box .tit, .tech-s2 .item .txt-box p {
  opacity: 0;
}
.tech-s2 .item .txt-box span {
  display: block;
  font-size: 1.875rem;
  color: #FFFFFF;
  font-weight: bold;
}
.tech-s2 .item .txt-box .tit {
  font-size: max(16px, 1.5rem);
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 2rem;
}
.tech-s2 .item .txt-box p {
  font-size: max(13px, 1rem);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin-top: 1rem;
}
.tech-s2 .item.active {
  width: 28.4375rem;
}
.tech-s2 .item.active .img-box img {
  opacity: 1;
}
.tech-s2 .item.active .img-box:after {
  opacity: 1;
}
.tech-s2 .item.active .txt-box {
  display: flex;
}
.tech-s2 .item.active .txt-box span, .tech-s2 .item.active .txt-box .tit, .tech-s2 .item.active .txt-box p {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.tech-s2 .item.active .txt-box span {
  animation-delay: .3s;
}
.tech-s2 .item.active .txt-box .tit {
  animation-delay: .4s;
}
.tech-s2 .item.active .txt-box p {
  animation-delay: .5s;
}
.tech-s2 .para {
  font-size: max(14px, 1rem);
  color: #333333;
  line-height: 2;
  margin-top: 2rem;
}

.solution-s1 {
  padding: 3.75rem 0 5rem;
  background-color: #FAFAFA;
}
.solution-s1 .flex {
  display: flex;
  grid-gap: 2rem;
}
.solution-s1 .nav-box {
  width: 13.75rem;
  padding: 1.5rem 0;
  order: 2;
}
.solution-s1 .nav-box .sticky {
  position: sticky;
  top: max(70px, 6.25rem);
}
.solution-s1 .nav-box .box {
  display: block;
  padding: 0.625rem 1.5rem;
  font-size: max(12px, 0.875rem);
  color: #333333;
  margin-top: 1rem;
  border-radius: max(14px, 1.125rem);
}
.solution-s1 .nav-box .box:nth-of-type(1) {
  margin-top: 0;
}
.solution-s1 .nav-box .box.active {
  background-color: #fff;
  color: #027038;
}
@media (any-hover: hover) {
  .solution-s1 .nav-box .box:hover {
    background-color: #fff;
    color: #027038;
  }
}
.solution-s1 .list-box {
  width: calc(100% - 15.75rem);
  border-right: 1px dashed #e2e1e1;
}
.solution-s1 .label {
  display: flex;
  align-items: center;
  grid-gap: 1.125rem;
}
.solution-s1 .label i {
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s1 .label span {
  font-size: 2.625rem;
  color: #333333;
  font-weight: bold;
}
.solution-s1 .items {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.75rem;
}
.solution-s1 .item {
  width: calc((100% - 3.5rem) / 3);
  background-color: #fff;
  border-radius: 1rem;
  transition: all .3s ease;
}
.solution-s1 .item .box {
  position: relative;
  display: block;
  height: 100%;
  padding: 2.5rem 2.5rem 18.75rem;
}
.solution-s1 .item .tit {
  font-size: max(16px, 1.5rem);
  color: #333333;
  font-weight: bold;
  text-align: center;
  transition: color .3s ease;
}
.solution-s1 .item p {
  font-size: max(12px, 0.875rem);
  color: #666666;
  text-align: center;
  margin-top: 0.625rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-s1 .item .tips {
  font-size: max(14px, 1rem);
  color: #027038;
  text-align: center;
  margin-top: 0.75rem;
}
.solution-s1 .item .img-box {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  right: 2.5rem;
  height: 15.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-s1 .item .img-box img {
  max-width: 90%;
  max-height: 80%;
}
@media (any-hover: hover) {
  .solution-s1 .item:hover {
    box-shadow: 4px 4px 12px rgba(2, 112, 56, 0.14);
  }
  .solution-s1 .item:hover .tit {
    color: #027038;
  }
}

.solution-s2 {
  padding: 3.75rem 0;
}
.solution-s2 .label {
  font-size: 2.625rem;
  color: #333333;
  font-weight: bold;
}
.solution-s2 .para {
  font-size: max(14px, 1rem);
  color: #333333;
  line-height: 2;
  margin-top: 1.5rem;
}
.solution-s2 .items {
  margin-top: 2.5rem;
}
.solution-s2 .item {
  margin-top: 1.875rem;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.solution-s2 .item:nth-of-type(1) {
  margin-top: 0;
}
.solution-s2 .item .img-box {
  aspect-ratio: 320 / 93;
}
.solution-s2 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.solution-s2 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(211.02deg, rgba(0, 0, 0, 0) 28.83%, rgba(0, 0, 0, 0.6) 90.33%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3.75rem;
}
.solution-s2 .item .tit {
  font-size: 2.125rem;
  color: #fff;
  font-weight: bold;
}
.solution-s2 .item p {
  margin-top: 1rem;
  max-width: 584px;
  font-size: max(14px, 1rem);
  color: #fff;
  line-height: 1.75;
}
@media (any-hover: hover) {
  .solution-s2 .item:hover img {
    transform: scale(1.05);
  }
}

.solution-s3 {
  height: 100vh;
  position: relative;
}
.solution-s3 .fp-overflow {
  height: 100%;
}
.solution-s3 .main {
  position: relative;
  height: 100%;
}
.solution-s3 .img-box {
  height: 100%;
  background-color: #000;
}
.solution-s3 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.solution-s3 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution-s3 .tit {
  font-size: 3.125rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.solution-s3 .para {
  font-size: max(14px, 1rem);
  color: #fff;
  line-height: 1.75;
  text-align: center;
  max-width: 864px;
  margin: 1.25rem auto 0;
}

.solution-s4 {
  height: 100vh;
  position: relative;
}
.solution-s4 .fp-overflow {
  height: 100%;
}
.solution-s4 .main {
  position: relative;
  height: 100%;
}
.solution-s4 .img-box {
  height: 100%;
  background-color: #000;
}
.solution-s4 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.solution-s4 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.solution-s4 .block {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: max(70px, 6.25rem);
}
.solution-s4 .tit {
  font-size: 2.625rem;
  color: #fff;
  font-weight: bold;
}
.solution-s4 .para {
  font-size: max(13px, 1rem);
  color: #fff;
  line-height: 1.5;
  margin-top: 1.875rem;
}
.solution-s4 .para span {
  font-size: max(14px, 1.125rem);
  font-weight: bold;
}
.solution-s4 .para-box {
  margin-top: 1.875rem;
}
.solution-s4 .para-box .box {
  margin-top: 2rem;
}
.solution-s4 .para-box .box:nth-of-type(1) {
  margin-top: 0;
}
.solution-s4 .para-box .stit {
  font-size: max(16px, 1.5rem);
  color: #fff;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
}
.solution-s4 .para-box .stit:before {
  content: '';
  width: 0.875rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.solution-s4 .para-box .s-para {
  margin: 1rem 0 0 1.5rem;
  font-size: max(13px, 1rem);
  color: #fff;
  line-height: 1.5;
}
.solution-s4 .link {
  margin-top: 3.15rem;
  display: flex;
}
.solution-s4 .link a {
  display: flex;
  align-items: center;
  grid-gap: 1.25rem;
}
.solution-s4 .link a .icon {
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
}
.solution-s4 .link a .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1px dashed #fff;
  z-index: 1;
  animation: o-rotate 10s linear infinite;
}
.solution-s4 .link a .icon:after {
  content: '';
  width: 76%;
  height: 76%;
  position: absolute;
  top: 12%;
  left: 12%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.solution-s4 .link a .icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  z-index: 2;
}
.solution-s4 .link a span {
  font-size: max(12px, 0.875rem);
  color: #fff;
  transition: transform .3s ease;
}
.solution-s4 .link a span:before {
  content: '';
  width: 0.625rem;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.75rem 0 0;
}
@media (any-hover: hover) {
  .solution-s4 .link a:hover .icon:before {
    animation-play-state: paused;
  }
  .solution-s4 .link a:hover span {
    transform: translateX(3px);
  }
}
.solution-s4.t-l .txt-box {
  justify-content: flex-start;
}
.solution-s4.t-l .block {
  padding-left: 10rem;
  padding-right: 6.25rem;
}
.solution-s4.t-r .txt-box {
  justify-content: flex-end;
}
.solution-s4.t-r .block {
  padding-right: 10rem;
  padding-left: 6.25rem;
}
.solution-s4.bg-1 .block {
  background-color: rgba(151, 163, 96, 0.9);
}
.solution-s4.bg-2 .block {
  background-color: rgba(2, 112, 56, 0.9);
}
.solution-s4.bg-3 .block {
  background-color: rgba(182, 153, 124, 0.9);
}
.solution-s4.bg-4 .block {
  background-color: rgba(124, 95, 64, 0.9);
}
.solution-s4.bg-5 .block {
  background-color: rgba(134, 125, 116, 0.9);
}
.solution-s4.bg-6 .block {
  background-color: rgba(85, 86, 86, 0.9);
}

.about-s1 {
  padding: 6.25rem 0 5.625rem;
  margin-top: -5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-1.jpg");
}
.about-s1 .label {
  font-size: 2.625rem;
  color: #333333;
  font-weight: bold;
}
.about-s1 .slogan {
  font-size: max(15px, 1.375rem);
  color: #027038;
  font-weight: bold;
  margin-top: 1.25rem;
}
.about-s1 .para {
  max-width: max(500px, 47.8125rem);
  font-size: max(14px, 1rem);
  color: #666666;
  line-height: 1.75;
  margin-top: 1.25rem;
}
.about-s1 .para p {
  margin-top: 0.625rem;
}
.about-s1 .para p:nth-of-type(1) {
  margin-top: 0;
}
.about-s1 .para span {
  font-weight: bold;
  color: #333333;
}
.about-s1 .data-box {
  margin-top: 3.75rem;
  display: flex;
  grid-gap: 10rem;
}
.about-s1 .data .num {
  position: relative;
  white-space: nowrap;
}
.about-s1 .data .num .show {
  position: absolute;
  top: 0;
  left: 0;
}
.about-s1 .data .num .hide {
  opacity: 0;
}
.about-s1 .data span {
  font-size: 6rem;
  line-height: 1;
  color: #027038;
  font-family: 'Poppins-SemiBold';
}
.about-s1 .data i {
  font-size: 2.5rem;
  line-height: 1;
  color: #027038;
  font-style: normal;
  font-family: 'Poppins-SemiBold';
}
.about-s1 .data p {
  font-size: max(14px, 1rem);
  color: #666666;
}

.about-s2 {
  padding: 5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-2.jpg");
  overflow: hidden;
}
.about-s2 .label {
  font-size: 2.625rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.about-s2 .items {
  margin-top: 2.5rem;
}
.about-s2 .swiper {
  width: 100vw;
  margin-left: calc(-50vw + 800px);
  padding: 0 calc(50vw - 800px) 76px;
}
.about-s2 .item {
  position: relative;
  width: calc((100% - 6rem) / 4);
  height: max(320px, 25rem);
  margin-right: 2rem;
  border-radius: 1rem;
  padding: 2.5rem 2.5rem 0;
  background: rgba(110, 158, 141, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: background .3s ease;
}
.about-s2 .item:last-of-type {
  margin-right: 0;
}
.about-s2 .item .tit {
  font-size: max(16px, 1.5rem);
  color: #fff;
  font-weight: bold;
}
.about-s2 .item p {
  font-size: max(14px, 1rem);
  color: #fff;
  line-height: 1.75;
  margin-top: 1.25rem;
}
.about-s2 .item .en {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  right: 2.5rem;
  height: max(50px, 3.75rem);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}
.about-s2 .item .en span {
  font-size: max(13px, 1rem);
  color: #fff;
}
@media (any-hover: hover) {
  .about-s2 .item:hover {
    background-color: rgba(2, 112, 56, 0.8);
  }
}
.about-s2 .swiper-scrollbar {
  width: 1460px;
  height: 2px;
  right: auto;
  left: calc(50vw - 800px);
  bottom: 22px;
  background-color: rgba(255, 255, 255, 0.4);
}
.about-s2 .swiper-scrollbar-drag {
  background-color: #ffffff;
}
.about-s2 .ope {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  grid-gap: 1.125rem;
  z-index: 2;
}
.about-s2 .button {
  width: 46px;
  height: 46px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}
.about-s2 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.about-s2 .prev:before {
  background-image: url("../images/about/prev-1.png");
}
@media (any-hover: hover) {
  .about-s2 .prev:hover:before {
    background-image: url("../images/about/prev-2.png");
  }
}
.about-s2 .next:before {
  background-image: url("../images/about/next-1.png");
}
@media (any-hover: hover) {
  .about-s2 .next:hover:before {
    background-image: url("../images/about/next-2.png");
  }
}

.about-s3 {
  padding: 5rem 0;
  position: relative;
}
.about-s3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-5.png");
}
.about-s3 .label {
  font-size: 2.625rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.about-s3 .top-block {
  margin-top: 1.875rem;
}
.about-s3 .top-block .child {
  display: none;
}
.about-s3 .top-block .child.active {
  display: block;
}
.about-s3 .top-block .child.active .year, .about-s3 .top-block .child.active .para {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s3 .top-block .child.active .para {
  animation-delay: .1s;
}
.about-s3 .top-block .year {
  text-align: center;
  font-size: 8.75rem;
  color: #027038;
  font-weight: bold;
  opacity: 0;
}
.about-s3 .top-block .para {
  font-size: max(14px, 1.125rem);
  height: max(98px, 7.875rem);
  text-align: center;
  line-height: 1.75;
  font-weight: bold;
  opacity: 0;
}
.about-s3 .bot-block {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-s3 .bot-block .swiper {
  width: calc(100% - 140px);
  position: relative;
}
.about-s3 .bot-block .swiper:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #999999;
  position: absolute;
  top: 22px;
  left: 0;
  opacity: 0.4;
}
.about-s3 .bot-block .item {
  cursor: pointer;
}
.about-s3 .bot-block .item i {
  display: block;
  width: 10px;
  height: 10px;
  margin: 18px auto 0;
  border-radius: 50%;
  background-color: #B8B8B8;
  transition: all .3s ease;
}
.about-s3 .bot-block .item span {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #999999;
  text-align: center;
  margin-top: 10px;
  transition: color .3s ease;
}
.about-s3 .bot-block .item.active i {
  background-color: #027038;
}
.about-s3 .bot-block .item.active span {
  color: #027038;
}
@media (any-hover: hover) {
  .about-s3 .bot-block .item:hover i {
    background-color: #027038;
  }
  .about-s3 .bot-block .item:hover span {
    color: #027038;
  }
}
.about-s3 .button {
  width: 46px;
  height: 46px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}
.about-s3 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.about-s3 .prev:before {
  background-image: url("../images/about/prev-3.png");
}
@media (any-hover: hover) {
  .about-s3 .prev:hover:before {
    background-image: url("../images/about/prev-4.png");
  }
}
.about-s3 .next:before {
  background-image: url("../images/about/next-3.png");
}
@media (any-hover: hover) {
  .about-s3 .next:hover:before {
    background-image: url("../images/about/next-4.png");
  }
}

.about-s4 {
  padding: 5rem 0;
}
.about-s4 .label {
  font-size: 2.625rem;
  color: #333333;
  font-weight: bold;
}
.about-s4 .items {
  margin-top: 2.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.about-s4 .swiper {
  transform: translateZ(0);
  will-change: transform;
}
.about-s4 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.about-s4 .item {
  width: 30rem;
  margin-right: 1.5rem;
  white-space: normal;
  transform: translateZ(0);
  will-change: transform;
}
.about-s4 .item .box {
  display: block;
}
.about-s4 .item .img-box {
  height: 17.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.about-s4 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-s4 .item .tit {
  font-size: max(14px, 1rem);
  color: #333333;
  font-weight: bold;
  padding: 1rem 1rem 0;
}

.about-s5 {
  padding: 5rem 0;
  background-color: #FAFAFA;
}
.about-s5 .label {
  font-size: 2.625rem;
  color: #333333;
  font-weight: bold;
}
.about-s5 .items {
  margin-top: 3.75rem;
}
.about-s5 .item {
  margin-top: 1.25rem;
  border-radius: 10px;
  box-shadow: 4px 4px 20px rgba(2, 112, 56, 0.08);
}
.about-s5 .item:nth-of-type(1) {
  margin-top: 0;
}
.about-s5 .item .show {
  display: flex;
  align-items: center;
  padding: 2rem 3.125rem;
  position: relative;
  cursor: pointer;
}
.about-s5 .item .show .tit {
  width: calc(100% - 32rem);
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
.about-s5 .item .show .tit:before {
  content: '';
  width: 4px;
  height: 1.25rem;
  background-color: #027038;
}
.about-s5 .item .show .tit span {
  max-width: calc(100% - 2.5rem);
  font-size: max(16px, 1.125rem);
  color: #333333;
  font-weight: bold;
}
.about-s5 .item .show .addr {
  width: 32rem;
  font-size: max(14px, 1rem);
  color: #999999;
}
.about-s5 .item .show:after {
  content: '';
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.svg");
  position: absolute;
  right: 3.125rem;
  top: calc(50% - 1rem);
  transition: transform .3s ease;
  will-change: transform;
}
.about-s5 .item .hide {
  padding: 2.5rem 4.375rem;
  position: relative;
  display: none;
}
.about-s5 .item .hide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 3.125rem;
  right: 3.125rem;
  height: 1px;
  background-color: #DFE2E4;
}
.about-s5 .item .hide .box {
  margin-top: 2.25rem;
}
.about-s5 .item .hide .box:nth-of-type(1) {
  margin-top: 0;
}
.about-s5 .item .hide .box .tit {
  font-size: max(14px, 1rem);
  color: #333333;
  font-weight: bold;
}
.about-s5 .item .hide .box .para {
  margin-top: 1rem;
  font-size: max(14px, 1rem);
  color: #666666;
  line-height: 2;
}
.about-s5 .item .hide a.btn {
  display: block;
  margin-top: 2.5rem;
  width: max(100px, 8rem);
  padding: 0 1.5rem;
  border-radius: max(18px, 1.40625rem);
  line-height: max(36px, 2.8125rem);
  font-size: max(12px, 0.875rem);
  background-color: #027038;
  color: #ffffff;
  text-align: center;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .about-s5 .item .hide a.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0.625rem 1.875rem rgba(2, 112, 56, 0.3);
  }
}
.about-s5 .item.active .show:after {
  transform: rotate(-180deg);
}

.search-s1 {
  padding: 7.5rem 0;
  background-color: #f2f2f2;
}
.search-s1 .form {
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
  background-color: #fff;
  height: 5rem;
  border-radius: .625rem;
  overflow: hidden;
}
.search-s1 .form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
  font-size: max(14px, 1.125rem);
  color: #3e4247;
}
.search-s1 .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search-2.svg");
  background-size: auto 1.5rem;
  background-color: transparent;
  cursor: pointer;
}
.search-s1 .radiomod {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  grid-gap: 2rem;
}
.search-s1 .radiomod .item {
  cursor: pointer;
  font-size: max(14px, 1.125rem);
  color: #3e4247;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search-s1 .radiomod input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
  border: 3px #fff solid;
}
.search-s1 .radiomod input[type="radio"] {
  border: 4px #fff solid;
  background: #f4f4f4;
  border-radius: 50%;
}
.search-s1 .radiomod input[type="radio"]:checked {
  background: #027038;
  border: 4px #fff solid;
}

.search-s2 {
  padding: 7.5rem 0;
  background-image: linear-gradient(180deg, #fff, #f8f8f8);
}
.search-s2 .tips {
  text-align: center;
  font-size: 2rem;
  color: #353844;
}
.search-s2 .tips span {
  color: #027038;
}
.search-s2 .items {
  margin: 1.5rem 0 2.5rem;
}
.search-s2 .item {
  position: relative;
}
.search-s2 .item:before, .search-s2 .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.search-s2 .item:before {
  background-color: #f2f2f2;
}
.search-s2 .item:after {
  background-color: #027038;
  transform: scaleX(0);
  transform-origin: left top;
}
.search-s2 .item a {
  position: relative;
  display: block;
  padding: 2.5rem 0;
}
.search-s2 .item p {
  font-size: max(14px, 1rem);
  color: #666666;
  line-height: 1.5;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-s2 .item .date {
  font-size: max(14px, 1rem);
  color: #027038;
  font-weight: 400;
}
.search-s2 .item .tit {
  font-size: max(16px, 1.5rem);
  color: #333;
  font-weight: bold;
  font-weight: bold;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .search-s2 .item:hover:after {
    transform: scaleX(1);
    transition: transform .5s linear;
  }
  .search-s2 .item:hover .tit {
    color: #027038;
  }
}

.other-s1 {
  padding: 3.75rem 0 6.25rem;
}
.other-s1 .label {
  font-size: max(20px, 1.875rem);
  font-weight: bold;
}
.other-s1 .cont {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  border-top: 1px solid #e9e9e9;
}
.other-s1 .para {
  font-size: max(14px, 1rem);
  color: #999999;
  line-height: 1.75;
}
.other-s1 .para.gray {
  color: #666666;
}
.other-s1 .para.mt {
  margin-top: 2.5rem;
}
.other-s1 .para.t-bold {
  font-weight: bold;
}
.other-s1 .para p {
  margin-top: 1rem;
}
.other-s1 .para p:nth-of-type(1) {
  margin-top: 0;
}
.other-s1 .para span {
  display: block;
  padding: 1rem 0 0;
  font-size: max(16px, 1.25rem);
  color: #333;
  font-weight: bold;
}
.other-s1 .tips {
  margin-top: 2.5rem;
}
.other-s1 .tips .tit {
  font-size: max(18px, 1.5rem);
  color: #333;
  font-weight: bold;
}
.other-s1 .block {
  margin-top: 1.5rem;
}

.other-s2 {
  padding: 3.75rem 0 6.25rem;
}
.other-s2 .item {
  margin-top: 10px;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.other-s2 .item i {
  width: 17.5rem;
  font-size: max(18px, 1.75rem);
  color: #333;
  font-style: normal;
  padding: 0 2.5rem;
}
.other-s2 .item .link {
  width: calc(100% - 17.5rem);
  border-left: 1px solid #e6e6e6;
  padding: 5px 2.5rem 5px 5rem;
  font-size: 0;
}
.other-s2 .item .link a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: max(120px, 11.25rem);
  margin: 0 10px 10px 0;
}
.other-s2 .item .link a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #027038;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.other-s2 .item .link a span {
  display: block;
  line-height: 3;
  font-size: max(12px, 1rem);
  color: #333;
  padding: 0 2rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .other-s2 .item .link a:hover:before {
    opacity: 1;
  }
  .other-s2 .item .link a:hover span {
    color: #fff;
    border-color: transparent;
  }
  .other-s2 .item .link a:hover span:after {
    background-image: url("../images/other/icon-1-2.png");
  }
}
.other-s2 .item:nth-of-type(1) {
  margin-top: 0;
}

@media screen and (max-width: 1860px) {
  .about-s2 .swiper {
    margin-left: -7vw;
    padding: 0 7vw 76px;
  }

  .about-s2 .swiper-scrollbar {
    width: calc(86vw - 140px);
    left: 7vw;
  }
}
@media screen and (max-width: 1681px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .left-box {
    grid-gap: 6rem;
  }

  .about-s2 .item {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 10px;
  }

  .header {
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 0 7%;
  }
  .header .logo img.show {
    opacity: 0;
  }
  .header .logo img.hide {
    opacity: 1;
  }
  .header ul {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 30px;
    text-align: left;
    z-index: 3;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
  }
  .header ul.active {
    left: 0;
  }
  .header li {
    position: relative;
    display: block;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .header li a.single {
    color: #333;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
    margin-right: 50px;
  }
  .header li i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/crumbs-2-1.svg");
    background-size: auto 10px;
  }
  .header li .subnav {
    opacity: 1;
    pointer-events: auto;
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0 1.5rem 1rem;
    display: none;
    transition: none;
  }
  .header li .subnav a {
    padding: 0;
    text-align: left;
  }
  .header li .subnav1 {
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0 1.5rem 1rem;
    display: none;
    transition: none;
  }
  .header li .subnav1 .sflex {
    display: block;
  }
  .header li .subnav1 .box {
    margin-top: 1.5rem;
  }
  .header li .subnav1 .box:nth-of-type(1) {
    margin-top: 0;
  }
  .header .ope {
    margin-right: 40px;
    grid-gap: 1.5rem;
  }
  .header .line {
    background-color: #E4E4E4;
  }
  .header .global span:before {
    width: 18px;
    height: 18px;
    background-image: url("../images/global-2.svg");
  }
  .header .global span:after {
    border-top-color: #333;
  }
  .header .search {
    width: 18px;
    height: 18px;
    background-image: url("../images/search-2.svg");
  }

  .head-null {
    height: 60px;
  }

  .mNavBtn {
    display: block;
    width: 20px;
    height: 16px;
    right: 8%;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #777777;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }

  .footer .top-block {
    padding: 3rem 0 3rem;
  }

  .footer .top-block .img-box {
    width: 14rem;
    margin: 0 auto;
  }

  .footer .mid-block .wrap-s {
    padding: 2rem 0;
  }

  .footer .left-box {
    display: none;
  }

  .footer .right-box {
    width: 100%;
  }

  .footer .right-box span {
    text-align: center;
  }

  .footer .right-box .info:before {
    margin: 0 auto;
  }

  .footer .right-box .info p {
    text-align: center;
  }

  .footer .share {
    margin-top: 2rem;
  }

  .footer .share .tit {
    text-align: center;
  }

  .footer .share .ewm-box {
    justify-content: center;
  }

  .footer .bot-block .wrap-s {
    display: block;
  }

  .footer .bot-block .copyright {
    display: block;
    text-align: center;
  }

  .footer .bot-block .link {
    justify-content: center;
    margin-top: 1rem;
  }

  .c-bg-fixed, .about-s2 {
    background-attachment: inherit;
  }

  .fixed-form {
    top: 60px;
  }

  .fixed-form .close {
    right: 7%;
  }

  .c-crumbs {
    display: none;
  }

  .news-s1 {
    margin-top: 0;
  }

  .news-s1 {
    height: 60vw;
  }

  .tech-s2 .items .sw {
    grid-gap: 0;
  }

  .tech-s2 .item {
    width: calc((100% - 20px) / 3);
    transition: none;
    height: auto;
    aspect-ratio: 91 / 116;
  }

  .tech-s2 .item .img-box {
    width: 100%;
    height: 100%;
  }

  .tech-s2 .pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    grid-gap: 6px;
  }
  .tech-s2 .pagination span {
    width: 6px;
    height: 6px;
    background-color: #e6e6e6;
    border-radius: 50%;
    transition: all .3s ease;
  }
  .tech-s2 .pagination span.active {
    background-color: #027038;
  }

  .tech-s1 {
    overflow: hidden;
  }

  .tech-s1 .filter {
    margin: 0 -8vw;
    padding: 0 8vw;
  }

  .tech-s1 .filter a {
    width: auto;
    min-width: auto;
    transition: none;
    white-space: nowrap;
  }

  .tech-s1 .item {
    width: calc((100% - 3.75rem) / 3);
  }

  .other-s2 .item {
    display: block;
    padding: 2rem;
  }

  .other-s2 .item i {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
  }

  .other-s2 .item .link {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 1.5rem;
  }

  .other-s2 .item .link a {
    width: auto;
    min-width: auto;
  }

  .other-s2 .item .link a span {
    padding: 0 1rem;
  }

  .news-s3 {
    padding: 4rem 0 5rem;
  }

  .news-s3 .flex {
    display: block;
  }

  .news-s3 .left-box {
    width: 100%;
  }

  .news-s3 .share {
    display: none;
  }

  .news-s3 .right-block {
    width: 100%;
    margin-top: 4rem;
  }

  .news-s3 .right-block .sticky {
    padding: 0;
    box-shadow: none;
  }

  .contact-s1 {
    margin-top: 0;
  }

  .contact-s1 .img-box img {
    object-position: 54% center;
  }

  .about-s1 {
    margin-top: 0;
  }

  .about-s5 .item .show .addr {
    width: 40%;
  }

  .about-s5 .item .show .tit {
    width: 60%;
  }

  .news-s2 .item a {
    padding: 3rem 0;
  }

  .news-s2 .item .tips {
    position: static;
  }

  .news-s2 .item .more {
    position: static;
    display: none;
  }

  .news-s2 .item .txt-box {
    width: 100%;
    margin-top: 1rem;
  }

  .news-s2 .item .tips span {
    line-height: 20px;
  }

  .solution-s2 {
    padding: 5rem 0;
  }

  .solution-s2 .item {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  }

  .solution-s2 .item .txt-box {
    position: static;
    background: #fff;
  }

  .solution-s2 .item .tit {
    color: #333;
  }

  .solution-s2 .item p {
    color: #333;
    max-width: 100%;
  }

  .solution-s1 {
    overflow: hidden;
  }

  .solution-s1 .flex {
    display: block;
  }

  .solution-s1 .nav-box {
    width: 100%;
    padding: 0;
  }

  .solution-s1 .nav-box .sticky {
    margin: 0 -8vw;
    padding: 0 8vw;
  }

  .solution-s1 .nav-box .box {
    width: auto;
    margin: 0;
  }

  .solution-s1 .list-box {
    width: 100%;
    margin-top: 3rem;
    border: none;
  }

  .solution-s3 {
    height: 60vw;
    margin-top: 60px;
  }

  .solution-s4 {
    height: 60vw;
  }

  .solution-s4 .block {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .solution-s4 .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .solution-s4 .txt-box {
    position: relative;
    z-index: 2;
  }

  .index-page .section {
    height: auto;
  }

  .index-s1 {
    margin-top: 60px;
    height: 60vw !important;
  }

  .index-s2 .main {
    padding: 10rem 0;
  }

  .index-s3 .main {
    padding: 10rem 0;
  }

  .index-s4 .main {
    padding: 10rem 0 20rem;
  }

  .index-s4 .sw {
    grid-gap: 0;
  }

  .index-s4 .pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    grid-gap: 6px;
  }
  .index-s4 .pagination span {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all .3s ease;
  }
  .index-s4 .pagination span.active {
    background-color: #027038;
  }
}
@media screen and (max-width: 900px) {
  .tech-s1 .item {
    width: calc((100% - 1.875rem) / 2);
  }

  .tech-s2 .item {
    width: calc((100% - 10px) / 2);
  }

  .about-s2 .item {
    width: calc((100% - 2rem) / 2);
  }

  .solution-s1 .item {
    width: calc((100% - 1.75rem) / 2);
  }
}
@media screen and (max-width: 769px) {
  .solution-s4 {
    margin: 5rem 7% 0;
    height: auto;
  }
  .solution-s4:nth-last-child(2) {
    margin-bottom: 5rem;
  }

  .solution-s4 .img-box {
    position: static;
    aspect-ratio: 96 / 47;
  }

  .solution-s4 .block {
    width: 100%;
    padding: 2rem !important;
  }
}
@media screen and (max-width: 640px) {
  .search-s1 {
    padding: 5rem 0;
  }

  .search-s1 .radiomod {
    flex-wrap: wrap;
  }

  .search-s1 .radiomod .item {
    width: calc(50% - 2rem);
    justify-content: center;
  }

  .search-s2 {
    padding: 5rem 0;
  }

  .search-s2 .tips {
    font-size: 16px;
  }

  .search-s2 .items {
    margin: 0;
  }

  .search-s2 .item:before, .search-s2 .item:after {
    height: 4px;
  }

  .news-s1 .label {
    font-size: 2rem;
  }

  .tech-s2 {
    padding: 5rem 0;
  }

  .tech-s2 .item {
    width: 100%;
  }

  .tech-s1 {
    padding: 2rem 0 5rem;
  }

  .tech-s1 .items {
    grid-gap: 2rem;
  }

  .tech-s1 .item {
    width: 100%;
  }

  .other-s2 {
    padding: 5rem 0;
  }

  .other-s1 {
    padding: 5rem 0;
  }

  .other-s1 .cont {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .other-s1 .tips .tit {
    font-size: 16px;
  }

  .other-s1 .para span {
    padding-top: 2rem;
  }

  .news-s3 {
    padding: 2.5rem 0 5rem;
  }

  .news-s3 .top-block .label {
    font-size: 18px;
  }

  .contact-s1 .txt-box {
    padding: 5rem 0;
  }

  .contact-s1 .label {
    font-size: 2rem;
  }

  .contact-s1 .block {
    width: 100%;
  }

  .contact-s1 .cont {
    padding: 2rem 2rem 5rem;
  }

  .contact-s1 .tit {
    font-size: 16px;
  }

  .contact-s1 .box span {
    font-size: 14px;
  }

  .contact-s1 .box p {
    font-size: 12px;
  }

  .contact-s1 .box {
    margin-top: 2rem;
  }

  .about-s2 .item {
    width: 100%;
  }

  .about-s1 {
    padding: 5rem 0;
  }

  .about-s1 .label {
    font-size: 2rem;
  }

  .about-s1 .data-box {
    grid-gap: 0;
  }

  .about-s1 .data {
    width: 50%;
  }

  .about-s1 .data span {
    font-size: 4rem;
  }

  .about-s2 .label {
    font-size: 2rem;
  }

  .about-s2 .ope {
    display: none;
  }

  .about-s2 .swiper-scrollbar {
    width: 86vw;
  }

  .about-s3 .label {
    font-size: 2rem;
  }

  .about-s3 .top-block .year {
    font-size: 6rem;
  }

  .about-s3 .button {
    display: none;
  }

  .about-s3 .bot-block .swiper {
    width: 100%;
  }

  .about-s4 .label {
    font-size: 2rem;
  }

  .about-s5 .label {
    font-size: 2rem;
  }

  .about-s5 .item .show {
    padding: 2rem;
  }

  .about-s5 .item .show:after {
    right: 2rem;
  }

  .about-s5 .item .show .addr {
    font-size: 12px;
    width: 120px;
  }

  .about-s5 .item .show .tit {
    width: calc(100% - 120px);
  }

  .about-s5 .item .hide {
    padding: 2rem;
  }

  .about-s5 .item .hide:before {
    left: 2rem;
    right: 2rem;
  }

  .news-s2 {
    padding: 2rem 0 5rem;
  }

  .news-s2 .item a {
    padding: 2rem 0;
  }

  .news-s1 .link {
    margin-top: 2rem;
    grid-gap: 1rem;
  }

  .solution-s2 .label {
    font-size: 2rem;
  }

  .solution-s2 .item .txt-box {
    padding: 2rem;
  }

  .solution-s2 .item .tit {
    font-size: 16px;
  }

  .solution-s2 .item p {
    font-size: 13px;
  }

  .solution-s1 .item {
    width: 100%;
  }

  .solution-s1 .label span {
    font-size: 2rem;
  }

  .solution-s3 .tit {
    font-size: 2rem;
  }

  .solution-s4 .tit {
    font-size: 1.6rem;
  }

  .solution-s4 .para-box .stit {
    font-size: 14px;
  }

  .solution-s4 .para-box .s-para {
    font-size: 12px;
  }

  .solution-s4 .para {
    font-size: 12px;
  }

  .solution-s4 .link {
    margin-top: 2rem;
  }

  .index-s1 .item .tit {
    font-size: 2rem;
  }

  .index-s1 .pagination {
    bottom: 2rem;
  }

  .index-s2 .main {
    padding: 5rem 0;
  }

  .index-s2 .label-box .label {
    font-size: 2rem;
  }

  .index-s2 .items {
    margin-top: 2rem;
  }

  .index-s2 .sw {
    flex-wrap: wrap;
    grid-gap: 1.5rem;
  }

  .index-s2 .item {
    width: calc((100% - 1.5rem) / 2);
    background-color: #027038;
  }
  .index-s2 .item .line {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .index-s2 .item .line:before {
    background-color: #fff;
  }

  .index-s2 .item a {
    padding: 2rem;
  }

  .index-s2 .item span {
    font-size: 2rem;
  }

  .index-s2 .item .tit {
    font-size: 14px;
  }

  .index-s2 .item i {
    width: 3rem;
    height: 3rem;
    margin-top: 2rem;
  }

  .index-s3 .main {
    padding: 5rem 0;
    background-position: left center;
  }

  .index-s3 .label-box .label {
    font-size: 2rem;
  }

  .index-s3 .data-box {
    grid-gap: 0;
    margin-top: 2rem;
  }

  .index-s3 .data {
    width: 50%;
  }

  .index-s3 .data span {
    font-size: 4rem;
  }

  .index-s4 .main {
    padding: 5rem 0 15rem;
  }

  .index-s4 .label-box .label {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=bundle.css.map */
